projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd93105
)
sbc8548: enable command line editing by default.
author
Paul Gortmaker
<
[email protected]
>
Thu, 11 Dec 2008 20:47:51 +0000
(15:47 -0500)
committer
Andrew Fleming-AFLEMING
<
[email protected]
>
Sat, 20 Dec 2008 00:32:47 +0000
(18:32 -0600)
Lets make things a bit more user friendly. It isn't 1985 anymore.
Signed-off-by: Paul Gortmaker <
[email protected]
>
include/configs/sbc8548.h
patch
|
blob
|
history
diff --git
a/include/configs/sbc8548.h
b/include/configs/sbc8548.h
index 254d91f952890cf25b7f64605f4c2094a8a99818..8a7b0da4d0f6cc0f3eee1618f073c1c17bca304b 100644
(file)
--- a/
include/configs/sbc8548.h
+++ b/
include/configs/sbc8548.h
@@
-455,6
+455,7
@@
/*
* Miscellaneous configurable options
*/
+#define CONFIG_CMDLINE_EDITING /* undef to save memory */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */